projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c36846f
)
* info-look.el: Update lookup regexp for maxima modes.
author
Chong Yidong
<cyd@stupidchicken.com>
Fri, 13 Oct 2006 14:52:48 +0000
(14:52 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Fri, 13 Oct 2006 14:52:48 +0000
(14:52 +0000)
lisp/info-look.el
patch
|
blob
|
history
diff --git
a/lisp/info-look.el
b/lisp/info-look.el
index 404eee3f2d03f76665993ddd1eb7eeb2990c1913..2ac461aa6694825e775b48580be3df70e7cf855a 100644
(file)
--- a/
lisp/info-look.el
+++ b/
lisp/info-look.el
@@
-843,12
+843,13
@@
Return nil if there is nothing appropriate in the buffer near point."
(info-lookup-maybe-add-help
:mode 'maxima-mode
:ignore-case t
- :regexp "[a-zA-Z_%]+"
+ :regexp "[a-zA-Z
0-9
_%]+"
:doc-spec '( ("(maxima)Function and Variable Index" nil
"^ -+ [^:]+:[ ]+\\(\\[[^=]*=[ ]+\\)?" nil)))
(info-lookup-maybe-add-help
:mode 'inferior-maxima-mode
+ :regexp "[a-zA-Z0-9_%]+"
:other-modes '(maxima-mode))
;; coreutils and bash builtins overlap in places, eg. printf, so there's a